@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 25px;
    font-weight: 400;
    font-family: 'Montserrat Alternates', sans-serif;
    background:  rgb(184, 110, 19);
}

.header {
    height: 160px;
    background: #b86e13;
    line-height: 160px;
    margin-bottom: 20px;
}

.button {
    background: #b86e13;
    color: white;
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
}

.button:hover {
    background: #019040;
}

.logo {
    display: block;
    width: 140px;
    height: 140px;
    background-color: white;
    border-radius: 50%;
    padding: 10px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    left: 0;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
}

.site-name {
    text-align: center;
    line-height: 160px;
    color: #ffffffd3;
    text-transform: uppercase;
}


.container {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.row {
    display: block;
}

.row::after {
    content: "";
    display: block;
    clear: both;
}
big text{
    font-size: 50px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    
}

p {
    margin-bottom: 20px;
}

.left-img {
    float: left;
    max-width: 300px;
    height: auto;
    margin: 20px 20px 20px 0;
}

.right-img {
    float: right;
    max-width: 300px;
    height: auto;
    margin: 20px 0 20px 20px;


}

.picture-img {
   
    max-width:600px;
    height: auto;
    margin: 20px 0 20px 20px;

    
}


.big-img {
    max-width: 900px !important;
}

.rules {
    background: rgb(192, 164, 86);
}

.raznoe {
    background: rgb(89, 87, 210);
}

.history {
    background: rgb(249, 251, 250);
}

.plya {
    background: rgb(28, 92, 169);
}

.res-img {
    max-width: 100%;
    height: auto;
}



.logotype {
    margin-top: 10px;
}


.w50 {
    float: left;
    width: 50%;
    padding: 40px;
}

.w33 {
    float: left;
    width: 33.333333333%;
    padding: 40px;
}



h3 {
    font-size: 40px;
    text-align: center;
    margin-bottom: 20px;
}


